home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00465_cam.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  155 b   |  13 lines

  1. on mouseUp me
  2.   cursor(0)
  3.   go("B")
  4. end
  5.  
  6. on mouseEnter me
  7.   set the cursor of sprite the spriteNum of me to [54, 55]
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(0)
  12. end
  13.